@charset "utf-8";

html{height: 100%;}

body{height: 100%;}

.header-banner{display: none;}

.fullPage-wrapper{position: relative; width: 100%; height: 100%; min-height: 620px;}

.fullPage-banner{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;}
.fullPage-banner .swiper-slide{background-size: cover; background-repeat: no-repeat; background-position: center top;}
.fullPage-banner .pic1{background-image: url(../images/gallery_banner_01.jpg);}
.fullPage-banner .pic2{background-image: url(../images/gallery_banner_02.jpg);}
.fullPage-banner .swiper-slide img{display: block; height: 100%; width: 100%;}


